Revision: zsh--cvshead--1.0--patch-419
Archive: schizo@debian.org--2004-zsh-upstream-cvs-head
Creator: Clint Adams <schizo@debian.org>
Date: Tue Nov  1 06:04:24 UTC 2005
Standard-date: 2005-11-01 06:04:24 GMT
Modified-files: ChangeLog Src/Modules/zftp.c
    Src/Modules/zselect.c Src/Zle/zle.h Src/Zle/zle_misc.c
    Src/Zle/zle_move.c Src/Zle/zle_refresh.c
    Src/Zle/zle_tricky.c Src/Zle/zle_utils.c
    Src/Zle/zle_vi.c Src/Zle/zle_word.c Src/utils.c Src/zsh.h
    Src/ztype.h
New-patches: schizo@debian.org--2004-zsh-upstream-cvs-head/zsh--cvshead--1.0--patch-419
Summary: Update from CVS

2005-10-31  Wayne Davison  <wayned@users.sourceforge.net>

   * 21949 (modified): Src/zsh.h, Src/Zle/zle.h, Src/Zle/zle_misc.c,
   Src/Zle/zle_refresh.c, Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c:
   Changed (in non-multibyte mode) ZLE_CHAR_T to be "char" (not int)
   and ZLE_STRING_T to be "char *" (not "unsigned char *"), including
   some related type changes (e.g. zle_text) and code improvments.

   * 21962: Src/utils.c, Src/ztype.h, Src/Modules/zftp.c,
   Src/Modules/zselect.c, Src/Zle/zle.h, Src/Zle/zle_move.c,
   Src/Zle/zle_vi.c, Src/Zle/zle_word.c: a bunch of fixes for
   iTYPE()/isTYPE() problems, e.g. avoiding using isTYPE() on
   a char value (which is undefined) and avoiding using normal
   isTYPE() functions on wide-character values.
